diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/bid-projects/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/bid-projects/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/bid-projects/page.tsx b/app/[lng]/evcp/(evcp)/bid-projects/page.tsx index e000cd6f..55f90dbb 100644 --- a/app/[lng]/evcp/(evcp)/bid-projects/page.tsx +++ b/app/[lng]/evcp/(evcp)/bid-projects/page.tsx @@ -37,7 +37,7 @@ export default async function IndexPage(props: IndexPageProps) { <h2 className="text-2xl font-bold tracking-tight"> 견적 프로젝트 리스트 </h2> - <InformationButton pageCode="evcp/bid-projects" /> + <InformationButton pagePath="evcp/bid-projects" /> </div> <p className="text-muted-foreground"> SAP(S-ERP)로부터 수신한 견적 프로젝트 데이터입니다. 기술영업의 Budgetary RFQ에서 사용됩니다. |
